org.eclipse.vtp.desktop.core.dialogs
Class FramedDialog
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.vtp.desktop.core.dialogs.FramedDialog
- All Implemented Interfaces:
- org.eclipse.jface.window.IShellProvider
- Direct Known Subclasses:
- ApplicationStartVariablesPropertyPanel.NewVariableDialog, AssignmentVariablesPropertyPanel.NewVariableDialog, DatabaseQueryDataMappingPropertiesPanel.ValueDialog, DatabaseQuerySearchCriteriaPropertiesPanel.ValueDialog, FragmentStartVariablesPropertyPanel.NewVariableDialog, MultiPageFramedDialog, SubdialogPropertiesPanel.InputValueDialog, SubdialogPropertiesPanel.OutputValueDialog, WebServiceCallOutputPropertiesPanel.ValueDialog
public class FramedDialog
- extends org.eclipse.jface.window.Window
- Author:
- Trip
| Nested classes/interfaces inherited from class org.eclipse.jface.window.Window |
org.eclipse.jface.window.Window.IExceptionHandler |
| Fields inherited from class org.eclipse.jface.window.Window |
CANCEL, OK |
|
Constructor Summary |
FramedDialog(org.eclipse.jface.window.IShellProvider shellProvider)
|
FramedDialog(org.eclipse.swt.widgets.Shell parentShell)
|
| Methods inherited from class org.eclipse.jface.window.Window |
canHandleShellCloseEvent, close, configureShell, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getInitialLocation, getInitialSize, getLayout, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, initializeBounds, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FramedDialog
public FramedDialog(org.eclipse.swt.widgets.Shell parentShell)
- Parameters:
parentShell -
FramedDialog
public FramedDialog(org.eclipse.jface.window.IShellProvider shellProvider)
- Parameters:
shellProvider -
createContents
protected org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)
- Overrides:
createContents in class org.eclipse.jface.window.Window
createButtonBar
protected void createButtonBar(org.eclipse.swt.widgets.Composite parent)
createSideBar
protected void createSideBar(org.eclipse.swt.widgets.Composite parent)
createDialogContents
protected void createDialogContents(org.eclipse.swt.widgets.Composite parent)
getFrameColor
public org.eclipse.swt.graphics.Color getFrameColor()
setFrameColor
public void setFrameColor(org.eclipse.swt.graphics.Color frameColor)
getSideBarColor
public org.eclipse.swt.graphics.Color getSideBarColor()
setSideBarColor
public void setSideBarColor(org.eclipse.swt.graphics.Color sideBarColor)
getSideBarControl
public org.eclipse.swt.widgets.Control getSideBarControl()
setSideBarControl
public void setSideBarControl(org.eclipse.swt.widgets.Control sideBarControl)
getSideBarSize
public int getSideBarSize()
setSideBarSize
public void setSideBarSize(int sideBarSize)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
create
public void create()
- Overrides:
create in class org.eclipse.jface.window.Window
getParentShell
public org.eclipse.swt.widgets.Shell getParentShell()
- Overrides:
getParentShell in class org.eclipse.jface.window.Window